home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-12-31 | 52.3 KB | 2,551 lines |
- insert3 : dialog {
- label = "Set Parameters";
- : concatenation {
- : text {
- label = "Units:";
- }
- : boxed_radio_column {
- fixed_height = true;
- alignment = top;
- : radio_button {
- label = "DDD.ddd";
- key = "D";
- }
- : radio_button {
- label = "DDDMM.mmm";
- key = "M";
- }
- : radio_button {
- label = "DDDMMSS.ss";
- key = "S";
- }
- }
- : concatenation {
- : text {
- label = "Longitude:";
- }
- : boxed_radio_column {
- : radio_button {
- label = "Positive";
- key = "op";
- }
- : radio_button {
- label = "Negative";
- key = "on";
- }
- }
- }
- : concatenation {
- : text {
- label = "Latitude: ";
- }
- : boxed_radio_column {
- : radio_button {
- label = "Positive";
- key = "ap";
- }
- : radio_button {
- label = "Negative";
- key = "an";
- }
- }
- }
- }
- : concatenation {
- : edit_box {
- label = "Equatorial Radius :";
- key = "er";
- edit_width = 10;
- }
- : edit_box {
- label = "Translation X :";
- key = "tx";
- edit_width = 9.5;
- }
- }
- : concatenation {
- : edit_box {
- label = "Polar Radius :";
- key = "pr";
- edit_width = 10;
- }
- : edit_box {
- label = "Translation Y :";
- key = "ty";
- edit_width = 9.5;
- }
- }
- : concatenation {
- : edit_box {
- label = "Relative Scale Factor :";
- key = "rsf";
- edit_width = 10;
- }
- : edit_box {
- label = "Translation Z :";
- key = "tz";
- edit_width = 9.5;
- }
- }
- : concatenation {
- : edit_box {
- label = "Central Meridian (DDD.ddd):";
- key = "cm";
- edit_width = 7;
- }
- // : edit_box {
- // label = "Long. 1st Point (DDD.ddd):";
- // key = "ofp";
- // }
- }
- : concatenation {
- : edit_box {
- label = "Central Parallel (DDD.ddd):";
- key = "cp";
- edit_width = 7;
- }
- // : edit_box {
- // label = "Lat. 1st Point (DDD.ddd) :";
- // key = "afp";
- // }
- }
- // : concatenation {
- // : edit_box {
- // label = "Azimut Angle (DDD.ddd) :";
- // key = "aa";
- // edit_width = 7;
- // }
- // : edit_box {
- // label = "Long. 2nd Point (DDD.ddd):";
- // key = "osp";
- // }
- // }
- // : concatenation {
- // : spacer { width = 36; }
- // : edit_box {
- // label = "Lat. 2nd Point (DDD.ddd) :";
- // key = "asp";
- // }
- // }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- insert2 : dialog {
- label = "Insert Objects from File";
- : row {
- : spacer { width = 0; }
- cmp_win;
- }
- : row {
- : spacer { width = 0; }
- fnm_win;
- }
- : row {
- : spacer { width = 0; }
- ffm_win;
- }
- : boxed_column {
- label = "Projection Method: ";
- : concatenation {
- : button {
- label = "Projection...";
- key = "pro_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "pro_nm";
- width = 27;
- }
- }
- : button {
- label = "Set Parameters";
- key = "pro_pr";
- fixed_width = true;
- }
- }
- : boxed_column {
- label = "Variable Information: ";
- int_key;
- ext_var;
- }
- : boxed_column {
- label = "Topological Information:";
- : concatenation {
- : button {
- label = "From Long...";
- key = "x1_but";
- fixed_width = true;
- }
- : edit_box {
- key = "x1";
- width = 9;
- }
- : button {
- label = "To Long...";
- key = "x2_but";
- fixed_width = true;
- }
- : edit_box {
- key = "x2";
- width = 9;
- }
- }
- : concatenation {
- : button {
- label = "From Lat....";
- key = "y1_but";
- fixed_width = true;
- }
- : edit_box {
- key = "y1";
- width = 9;
- }
- : button {
- label = "To Lat....";
- key = "y2_but";
- fixed_width = true;
- }
- : edit_box {
- key = "y2";
- width = 9;
- }
- }
- : concatenation {
- : button {
- label = "From Alt....";
- key = "z1_but";
- fixed_width = true;
- }
- : edit_box {
- key = "z1";
- width = 9;
- }
- : button {
- label = "To Alt....";
- key = "z2_but";
- fixed_width = true;
- }
- : edit_box {
- key = "z2";
- width = 9;
- }
- }
- }
- ok_cancel;
- errtile;
- }
-
- insert1 : dialog {
- label = "Insert Objects from File";
- : concatenation {
- alignment = centered;
- : button {
- label = "Component...";
- key = "cmp_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmp";
- width = 21;
- }
- }
- spacer;
- spacer;
- : boxed_column {
- label = "File description:";
- : row {
- : radio_button {
- label = "DBF";
- key = "dbf";
- }
- : radio_button {
- label = "SDF";
- key = "sdf";
- }
- : radio_button {
- label = "CDF";
- key = "cdf";
- }
- : radio_button {
- label = "WKS";
- key = "wks";
- }
- }
- : concatenation {
- : button {
- label = "File Name...";
- key = "file_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "file";
- width = 21;
- }
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- copy_sel : dialog {
- label = "Copy Selected Variable";
- : row {
- : boxed_column {
- label = "Source: ";
- : concatenation {
- : button {
- label = "Component...";
- key = "cmp_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmp_nm";
- width = 21;
- }
- }
- spacer;
- : list_box {
- label = "Variables Names";
- width = 15;
- heigth = 10;
- key = "lst";
- multiple_select = true;
- }
- }
- : boxed_column {
- label = "Destination:";
- : concatenation {
- : button {
- label = "Component...";
- key = "cmp_lst2";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmp_nm2";
- width = 21;
- }
- }
- : list_box {
- label = "Variables Names";
- width = 15;
- heigth = 10;
- key = "lst2";
- }
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- del_cur : dialog {
- label = "Delete Project";
- : text {
- label = "There is no current project";
- }
- spacer;
- spacer;
- ok_only;
- }
-
- chapro: dialog {
- label = "TIMS Project";
- : concatenation {
- : text {
- label = "Project ";
- }
- : text {
- width = 25;
- key = "pro";
- }
- }
- : text {
- label = "is now current.";
- }
- spacer;
- spacer;
- ok_only;
- }
-
- curpro: dialog {
- label = "TIMS Project";
- : concatenation {
- : text {
- label = "Project ";
- }
- : text {
- width = 12;
- key = "pro";
- }
- }
- : text {
- label = "has been created and is current.";
- }
- spacer;
- spacer;
- ok_only;
- }
-
- box_pick : radio_column {
- alignment = centered;
- fixed_width = true;
- : radio_button {
- label = "One Entity";
- key = "one";
- }
- : radio_button {
- label = "Many Entity";
- key = "many";
- }
- }
-
- mod_attr : dialog {
- label = "Modify INSERT with Attribute";
- spacer;
- cmp_name;
- spacer;
- var_nam2;
- spacer;
- : concatenation {
- : button {
- label = "Attrib. Name... ";
- key = "att_lst";
- fixed_width = true;
- }
- : edit_box {
- key = "att_nm";
- width = 21;
- }
- }
- spacer;
- box_pick;
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
-
- att_attr : dialog {
- label = "Attach INSERT with Attribute";
- spacer;
- cmp_name;
- spacer;
- var_nam2;
- spacer;
- : concatenation {
- : button {
- label = "Attrib. Name... ";
- key = "att_lst";
- fixed_width = true;
- }
- : edit_box {
- key = "att_nm";
- width = 21;
- }
- }
- spacer;
- box_pick;
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- coun : column {
- cmp_name;
- spacer;
- var_nam2;
- spacer;
- : edit_box {
- label = " String : ";
- key = "str";
- edit_width = 20;
- }
- : edit_box {
- label = " Beginning :";
- key = "bgn";
- edit_width = 20;
- }
- : edit_box {
- label = " Step :";
- key = "stp";
- edit_width = 20;
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
-
- mod_coun : dialog {
- label = "Modify with counter";
- spacer;
- coun;
- }
-
- att_coun : dialog {
- label = "Attach with counter";
- spacer;
- coun;
- }
-
- cre_coun : dialog {
- label = "Create with counter";
- spacer;
- coun;
- }
-
- mod_stxt : dialog {
- label = "Modify with Specific Text";
- spacer;
- cmp_name;
- spacer;
- var_nam2;
- spacer;
- box_pick;
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
-
- att_stxt : dialog {
- label = "Attach with Specific Text";
- spacer;
- cmp_name;
- spacer;
- var_nam2;
- spacer;
- box_pick;
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- modins : dialog {
- label = "Modify with Text Inside";
- spacer;
- cmp_name;
- spacer;
- var_nam2;
- spacer;
- box_pick;
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
-
- copytins : dialog {
- label = "Attach with Text Inside";
- spacer;
- cmp_name;
- spacer;
- var_nam2;
- spacer;
- box_pick;
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- var_name : paragraph {
- : concatenation {
- : button {
- label = "Variable Name...";
- key = "but_nm";
- width = 18;
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "old_nm";
- width = 21;
- }
- }
- : edit_box {
- label = "New Variable Name:";
- key = "new_nm";
- edit_width = 20;
- fixed_width = true;
- }
- }
-
- cpsc : dialog {
- label = "Copy an External Variable";
- cmp_name;
- var_name;
- spacer;
- ok_cancel;
- : errtile { width = 15; }
- }
-
-
- lay_cha : row {
- : button {
- label = " Layer... ";
- key = "cmp_lay_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmp_lay";
- width = 18;
- }
- }
-
- col_cha : row {
- : button {
- label = " Color... ";
- key = "cmp_col_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmp_col";
- width = 18;
- }
- }
-
- lin_cha : row {
- : button {
- label = " Linetype... ";
- key = "cmp_type_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmp_type";
- width = 18;
- }
- }
-
- nam_cha : row {
- : button {
- label = " Name... ";
- key = "cmp_type_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmp_type";
- width = 18;
- }
- }
-
- txt_cha : row {
- : button {
- label = "Text Style...";
- key = "cmp_type_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmp_type";
- width = 18;
- }
- }
-
- lay_fil : row {
- : button {
- label = " Layer... ";
- key = "fil_lay_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "fil_lay";
- width = 18;
- }
- }
-
- col_fil : row {
- : button {
- label = " Color... ";
- key = "fil_col_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "fil_col";
- width = 18;
- }
- }
-
- lin_fil : row {
- : button {
- label = " Linetype... ";
- key = "fil_type_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "fil_type";
- width = 18;
- }
- }
-
- nam_fil : row {
- : button {
- label = " Name... ";
- key = "fil_type_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "fil_type";
- width = 18;
- }
- }
-
- txt_fil : row {
- : button {
- label = "Text Style...";
- key = "fil_type_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "fil_type";
- width = 18;
- }
- }
-
- first_part : column {
- : concatenation {
- : text {
- label = "Component Name: ";
- }
- : text {
- key = "cmp_nm";
- width = 18;
- }
- }
- : concatenation {
- : text {
- label = "Entity Type : ";
- }
- : text {
- key = "ent_tp";
- width = 18;
- }
- }
- }
-
- dpst : dialog {
- label = "Create/Modify a Component";
- first_part;
- : row {
- : boxed_column {
- label = "Component Characteristics";
- is_bold = true;
- width = 30;
- lay_cha;
- col_cha;
- }
- : boxed_column {
- label = "Graphic Filters";
- is_bold = true;
- width = 30;
- lay_fil;
- col_fil;
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- aclp : dialog {
- label = "Create/Modify a Component";
- first_part;
- : row {
- : boxed_column {
- label = "Component Characteristics";
- is_bold = true;
- width = 30;
- lay_cha;
- col_cha;
- lin_cha;
- }
- : boxed_column {
- label = "Graphic Filters";
- is_bold = true;
- width = 30;
- lay_fil;
- col_fil;
- lin_fil;
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- bs : dialog {
- label = "Create/Modify a Component";
- first_part;
- : row {
- : boxed_column {
- label = "Component Characteristics";
- is_bold = true;
- width = 30;
- lay_cha;
- col_cha;
- nam_cha;
- }
- : boxed_column {
- label = "Graphic Filters";
- is_bold = true;
- width = 30;
- lay_fil;
- col_fil;
- nam_fil;
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- txt : dialog {
- label = "Create/Modify a Component";
- first_part;
- : row {
- : boxed_column {
- label = "Component Characteristics";
- is_bold = true;
- width = 30;
- lay_cha;
- col_cha;
- txt_cha;
- }
- : boxed_column {
- label = "Graphic Filters";
- is_bold = true;
- width = 30;
- lay_fil;
- col_fil;
- txt_fil;
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- cmp_name : concatenation {
- : button {
- label = "Component Name...";
- key = "cmp_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "cmp_nm";
- width = 21;
- }
- }
-
- var_nam2: concatenation {
- : button {
- label = "Variable Name... ";
- key = "var_lst";
- fixed_width = true;
- }
- : edit_box {
- key = "var_nm";
- width = 21;
- }
- }
-
- mkcmp : dialog {
- label = "Create/Modify a Component";
- initial_focus = "mkcmp";
- cmp_name;
- spacer;
- : concatenation {
- : button {
- label = "Entity Type... ";
- key = "ent_lst";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "ent_nm";
- width = 21;
- }
- }
- spacer;
- ok_cancel;
- errtile;
- }
-
- net_strc : dialog {
- label = "Network Variable";
- initial_focus = "net_strc";
- : row {
- : text {
- label = "Flow Direction: ";
- }
- : text {
- key = "def_val";
- width = 15;
- }
- }
- spacer;
- ok_only;
- }
-
- rel_strc : dialog {
- label = "Relational Variable";
- initial_focus = "rel_strc";
- : row {
- : text {
- label = "More information: ";
- }
- : text {
- key = "def_val";
- width = 15;
- }
- }
- spacer;
- ok_only;
- }
-
- stat_strc : dialog {
- label = "Statistical Variable";
- initial_focus = "stat_strc";
- : row {
- : text {
- label = "On Component: ";
- }
- : text {
- key = "on_cmp";
- width = 15;
- }
- }
- spacer;
- : row {
- : text {
- label = "On Variable : ";
- }
- : text {
- key = "on_var";
- width = 15;
- }
- }
- spacer;
- ok_only;
- }
-
- dup_strc : dialog {
- label = "Duplicate Variable";
- initial_focus = "dup_strc";
- : row {
- : text {
- label = "More information: ";
- }
- : text {
- key = "def_val";
- width = 15;
- }
- }
- spacer;
- ok_only;
- }
-
- int_strc : dialog {
- label = "Internal Variable";
- initial_focus = "int_strc";
- : row {
- : text {
- label = "More information: ";
- }
- : text {
- key = "def_val";
- width = 15;
- }
- }
- spacer;
- ok_only;
- }
-
- link_strc : dialog {
- label = "Link Variable";
- initial_focus = "link_strc";
- : row {
- : text {
- label = "More information: ";
- }
- : text {
- key = "def_val";
- width = 15;
- }
- }
- spacer;
- ok_only;
- }
-
- cmp_num_strc : dialog {
- label = "Numerical Computation";
- initial_focus = "cmp_num_strc";
- : row {
- : text {
- key = "strng1";
- width = 25;
- }
- : text {
- key = "op";
- width = 1;
- }
- : text {
- key = "strng2";
- width = 25;
- }
- }
- spacer;
- ok_only;
- }
-
- cmpt_strc : dialog {
- label = "String Computation";
- initial_focus = "cmpt_strc";
- spacer;
- : row {
- : text {
- key = "strng1";
- width = 25;
- }
- : text {
- label = "+";
- fixed_width = true;
- }
- : text {
- key = "strng2";
- width = 25;
- }
- }
- spacer;
- : row {
- : text {
- label = "Begin :";
- }
- : text {
- key = "bgn1";
- width = 2;
- fixed_width = true;
- }
- : text {
- label = "Length :";
- }
- : text {
- key = "lngt1";
- width = 2;
- fixed_width = true;
- }
- : text {
- label = "Begin :";
- }
- : text {
- key = "bgn2";
- width = 2;
- fixed_width = true;
- }
- : text {
- label = "Length :";
- }
- : text {
- key = "lngt2";
- width = 2;
- fixed_width = true;
- }
- }
- spacer;
- spacer;
- ok_only;
- }
-
- cmp_win : concatenation {
- : text {
- label = "Component :";
- }
- : text {
- label = "Error if readable ";
- key = "cmp";
- }
- }
-
- var_win : concatenation {
- : text {
- label = "Variable :";
- }
- : text {
- label = "Error if readable ";
- key = "var";
- }
- }
-
- typ_win : concatenation {
- : text {
- label = "Type :";
- }
- : text {
- label = "Error if readable ";
- key = "typ";
- }
- }
-
- sub_win : concatenation {
- : text {
- label = "Subtype :";
- }
- : text {
- label = "Error if readable ";
- key = "sub";
- }
- }
-
- ffm_win : concatenation {
- : text {
- label = "File Format :";
- }
- : text {
- label = "Error if readable ";
- key = "ffm";
- }
- }
-
- fnm_win : concatenation {
- : text {
- label = "File Name :";
- }
- : text {
- label = "Error if readable ";
- key = "fnm";
- }
- }
-
- ink_win : concatenation {
- : text {
- label = "Internal key :";
- }
- : text {
- label = "Error if readable ";
- key = "ink";
- }
- }
-
- exk_win : concatenation {
- : text {
- label = "External key :";
- }
- : text {
- label = "Error if readable ";
- key = "exk";
- }
- }
-
- exv_win : concatenation {
- : text {
- label = "Ext. Variable:";
- }
- : text {
- label = "Error if readable ";
- key = "exv";
- }
- }
-
- wfm_win : concatenation {
- : text {
- label = "Write From :";
- }
- : text {
- label = "Error if readable ";
- key = "wfm";
- }
- }
-
- sdl_win : concatenation {
- : text {
- label = "String Delim.:";
- }
- : text {
- label = "Error if readable ";
- key = "sdl";
- }
- }
-
- fdl_win : concatenation {
- : text {
- label = "Field Delim. :";
- }
- : text {
- label = "Error if readable ";
- key = "fdl";
- }
- }
-
- ext_strc : dialog {
- label = "External Variable";
- initial_focus = "ext_strc";
- cmp_win;
- var_win;
- typ_win;
- sub_win;
- ffm_win;
- fnm_win;
- ink_win;
- exk_win;
- exv_win;
- wfm_win;
- spacer;
- ok_only;
- }
-
- ext_for_strc : dialog {
- label = "External Variable";
- initial_focus = "ext_strc";
- cmp_win;
- var_win;
- typ_win;
- sub_win;
- ffm_win;
- fnm_win;
- ink_win;
- exk_win;
- exv_win;
- wfm_win;
- spacer;
- ok_only;
- }
-
- ext_del_strc : dialog {
- label = "External Variable";
- initial_focus = "ext_strc";
- cmp_win;
- var_win;
- typ_win;
- sub_win;
- ffm_win;
- fnm_win;
- sdl_win;
- fdl_win;
- ink_win;
- exk_win;
- exv_win;
- wfm_win;
- spacer;
- ok_only;
- }
-
- varstrc : dialog {
- label = "Structure of Variable";
- initial_focus = "varstrc";
- : popup_list {
- label = "Component Name :";
- key = "cmp_lst";
- width = 35;
- }
- spacer;
- : popup_list {
- label = "Variable Name :";
- key = "var_lst";
- width = 35;
- }
- : boxed_column {
- alignment = centered;
- fixed_width = true;
- : concatenation {
- alignment = centered;
- fixed_width = true;
- : text {
- label = "Type :";
- is_bold = true;
- fixed_width = true;
- }
- : text {
- key = "type";
- width = 12;
- fixed_width = true;
- }
- }
- : concatenation {
- alignment = centered;
- : text {
- label = "Subtype :";
- is_bold = true;
- fixed_width = true;
- }
- : text {
- key = "subtype";
- width = 12;
- fixed_width = true;
- }
- }
- : button {
- label = "More information...";
- key = "def_val";
- fixed_width = true;
- alignment = centered;
- }
- spacer;
- }
- spacer;
- spacer;
- ok_only;
- }
-
- imp_pro : dialog {
- label = "Import Project";
- initial_focus = "cholist";
- : list_box {
- label = "Choose project:";
- key = "im_lst";
- width = 12;
- }
- spacer;
- ok_cancel;
- }
-
- ren_chc : dialog {
- label = "Rename";
- initial_focus = "ren_chc";
- : boxed_radio_column {
- label = "Choose between:";
- : radio_button {
- label = "Project";
- key = "P";
- }
- : radio_button {
- label = "Component";
- key = "C";
- }
- : radio_button {
- label = "Variable";
- key = "V";
- }
- : radio_button {
- label = "Filter";
- key = "F";
- }
- : radio_button {
- label = "Summary Report";
- key = "S";
- }
- : radio_button {
- label = "Detail Report";
- key = "D";
- }
- }
- spacer;
- spacer;
- ok_cancel;
- }
-
- ver_ren2 : dialog {
- label = "RENAMING";
- initial_focus = "typein";
- : concatenation {
- : text_part {
- label = "To RENAME the ";
- }
- : text_part {
- key = "type";
- width = 9;
- }
- }
- spacer;
- : text {
- width = 20;
- key = "name";
- alignment = centered;
- }
- spacer;
- : text {
- label = "Enter the new name";
- }
- spacer;
- : edit_box {
- label = "New name:";
- key = "typein";
- }
- spacer;
- spacer;
- ok_cancel;
- : errtile { width = 15; }
- }
-
- ver_dlt2 : dialog {
- label = "Verifying before DELETING";
- initial_focus = "typein";
- : concatenation {
- : text_part {
- label = "Before DELETING the ";
- }
- : text_part {
- key = "type";
- width = 9;
- }
- }
- spacer;
- : text {
- width = 20;
- key = "name";
- alignment = centered;
- }
- spacer;
- : text {
- label = "Please, type the following line:";
- alignment = centered;
- }
- spacer;
- : text {
- width = 30;
- key = "verify";
- alignment = centered;
- }
- spacer;
- : edit_box {
- label = "";
- key = "typein";
- }
- spacer;
- spacer;
- ok_cancel;
- }
-
- t_alert : dialog {
- label = "TIMS Alert";
- initial_focus = "t_alert";
- : text {
- alignment = centered;
- key = "t_alert";
- width = 45;
- fixed_width = false;
- }
- spacer;
- spacer;
- ok_only;
- }
-
- t_result : dialog {
- label = "TIMS Result";
- initial_focus = "t_result";
- : text {
- alignment = centered;
- key = "t_result";
- width = 45;
- fixed_width = false;
- }
- spacer;
- spacer;
- ok_only;
- }
-
- ver_dlt : dialog {
- label = "Verifying before DELETING";
- initial_focus = "ver_dlt";
- : text {
- alignment = centered;
- label = "The information will";
- }
- : text {
- alignment = centered;
- label = "be lost permanently.";
- }
- : text {
- alignment = centered;
- label = "Are you sure you want";
- }
- : text {
- label = "to delete the project:";
- key = "sure";
- alignment = centered;
- }
- spacer;
- : text {
- label = "project_name";
- key = "name";
- alignment = centered;
- }
- spacer;
- spacer;
- ok_cancel;
- }
-
- dlt_chc : dialog {
- label = "Delete";
- initial_focus = "dlt_chc";
- : boxed_radio_column {
- label = "Choose between:";
- : radio_button {
- label = "Project";
- key = "P";
- }
- : radio_button {
- label = "Component";
- key = "C";
- }
- : radio_button {
- label = "Variable";
- key = "V";
- }
- : radio_button {
- label = "Filter";
- key = "F";
- }
- : radio_button {
- label = "Summary Report";
- key = "S";
- }
- : radio_button {
- label = "Detail Report";
- key = "D";
- }
- }
- spacer;
- spacer;
- ok_cancel;
- }
-
- oracle : dialog {
- label = "Oracle Table Name";
- : concatenation {
- : text {
- label = "Enter Table Name:";
- }
- : edit_box {
- edit_width = 12;
- key = "file";
- }
- }
- ok_cancel;
- }
-
- int_key : concatenation {
- : button {
- label = "Internal Key... ";
- key = "togint";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "intkey";
- width = 20;
- }
- }
-
- ext_var : concatenation {
- : button {
- label = "External Variable...";
- key = "togeva";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "evakey";
- width = 20;
- }
- }
-
- extvar : dialog {
- label = "External Variable";
- initial_focus = "extvar";
- : concatenation {
- : spacer { width = 10; }
- : text {
- label = "Component:";
- }
- : text {
- label = "Component ";
- key = "cmp";
- }
- }
- : concatenation {
- : spacer { width = 10; }
- : text {
- label = "Variable :";
- }
- : text {
- label = "variable ";
- key = "var";
- }
- }
- : boxed_row {
- label = "File Description:";
- : column {
- : paragraph {
- : text {
- label = "File format:";
- }
- : edit_box {
- label = "";
- key = "fformat";
- }
- }
- spacer;
- spacer;
- : concatenation {
- : button {
- label = "File Name...";
- key = "filebutt";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "fname";
- width = 13;
- }
- }
- :spacer { height = 2; }
- }
- : boxed_radio_column {
- label = "Format:";
- fixed_width = true;
- : radio_button {
- label = "ASCII Del.";
- key = "ascdel";
- }
- : radio_button {
- label = "ASCII For.";
- key = "ascfor";
- }
- : radio_button {
- label = "dBase ";
- key = "dbfile";
- }
- : radio_button {
- label = "Lotus ";
- key = "lofile";
- }
- : radio_button {
- label = "Oracle";
- key = "orfile";
- }
- }
- }
- spacer;
- spacer;
- : boxed_column {
- label = "Variable Description:";
- int_key;
- spacer;
- : concatenation {
- : button {
- label = "External Key... ";
- key = "togext";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "extkey";
- width = 20;
- }
- }
- spacer;
- ext_var;
- spacer;
- : concatenation {
- : button {
- label = "Write From... ";
- key = "togwrf";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "wrfkey";
- width = 20;
- }
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- crepro : dialog {
- label = "Create a Project";
- initial_focus = "crepro";
- spacer;
- spacer;
- : edit_box {
- label = "Project Name : ";
- key = "pro_nm";
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- export : dialog {
- label = "Export Project";
- initial_focus = "export";
- spacer;
- spacer;
- : edit_box {
- label = "Project Name : ";
- key = "pro_nm";
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- mkpro : dialog {
- label = "Project";
- initial_focus = "mkpro";
- : boxed_radio_row {
- : radio_button {
- label = "Import";
- key = "pushim";
- }
- : radio_button {
- label = "Export";
- key = "pushex";
- }
- : radio_button {
- label = "Create";
- key = "pushcr";
- }
- : radio_button {
- label = "Change";
- key = "pushch";
- }
- }
- spacer;
- spacer;
- : edit_box {
- label = "Project Name : ";
- key = "pro_nm";
- }
- spacer;
- spacer;
- ok_only;
- errtile;
- }
-
-
- cholist : dialog {
- label = "Choose from list";
- initial_focus = "cholist";
- : popup_list {
- label = "List to pick from :";
- key = "lst";
- edit_width = 15;
- }
- spacer;
- : button {
- key = "accept";
- label = "Ok";
- fixed_width = true;
- alignment = centered;
- is_default = true;
- mnemonic = "O";
- }
- }
-
- mkvar : dialog {
- label = "Create/Modify a Variable";
- initial_focus = "mkvar";
- : row {
- : button {
- label = "Component Name...";
- key = "cmp_lst";
- mnemonic = "C";
- }
- : edit_box {
- label = "";
- key = "cmp_nm";
- edit_width = 15;
- }
- }
- spacer;
- : row {
- : button {
- label = "Variable Name... ";
- key = "var_lst";
- mnemonic = "V";
- }
- : edit_box {
- label = "";
- key = "var_nm";
- edit_width = 15;
- }
- }
- spacer;
- : row {
- : button {
- label = "Type... ";
- key = "type_lst";
- mnemonic = "T";
- }
- : edit_box {
- label = "";
- key = "type_nm";
- edit_width = 15;
- }
- }
- spacer;
- : row {
- : button {
- label = "Subtype... ";
- key = "sub_lst";
- mnemonic = "S";
- }
- : edit_box {
- label = "";
- key = "sub_nm";
- edit_width = 15;
- }
- }
- spacer;
- : row {
- : button {
- label = "More info... ";
- key = "def_but";
- mnemonic = "D";
- }
- : edit_box {
- label = "";
- key = "def_val";
- edit_width = 15;
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- dateval : dialog {
- label = "Enter the date";
- initial_focus = "year";
- : edit_box {
- label = "Year :";
- key = "year";
- width = 4;
- fixed_width = true;
- }
- : edit_box {
- label = "Month :";
- key = "month";
- width = 2;
- fixed_width = true;
- }
- : edit_box {
- label = "Date :";
- key = "date";
- width = 2;
- fixed_width = true;
- }
- spacer;
- spacer;
- ok_only;
- errtile;
- }
-
- compstr : dialog {
- label = "String Computation";
- initial_focus = "cmpstr";
- : concatenation {
- : button {
- label = "String 1...";
- key = "tog1";
- fixed_width = true;
- }
- :spacer { width = 15; }
- : button {
- label = "String 2...";
- key = "tog2";
- fixed_width = true;
- }
- }
- spacer;
- : row {
- : edit_box {
- label = "";
- key = "strng1";
- edit_width = 25;
- }
- : text {
- label = "+";
- fixed_width = true;
- }
- : edit_box {
- label = "";
- key = "strng2";
- edit_width = 25;
- }
- }
- spacer;
- spacer;
- : row {
- :edit_box {
- label = "Begin :";
- key = "bgn1";
- value = "0";
- edit_width = 2;
- fixed_width = true;
- }
- :edit_box {
- label = "Length :";
- key = "lngt1";
- value = "31";
- edit_width = 2;
- fixed_width = true;
- }
- :edit_box {
- label = "Begin :";
- key = "bgn2";
- value = "0";
- edit_width = 2;
- fixed_width = true;
- }
- :edit_box {
- label = "Length :";
- key = "lngt2";
- value = "31";
- edit_width = 2;
- fixed_width = true;
- }
- }
- spacer;
- spacer;
- ok_only;
- errtile;
- }
-
- compnum : dialog {
- label = "Numerical Computation";
- initial_focus = "cmpstr";
- : concatenation {
- : button {
- label = "Cst/Variable 1...";
- key = "tog1";
- fixed_width = true;
- }
- : spacer { width = 8; }
- : button {
- label = "Cst/Variable 2...";
- key = "tog2";
- fixed_width = true;
- }
- }
- : row {
- : edit_box {
- label = "";
- key = "strng1";
- edit_width = 25;
- }
- : text {
- key = "op";
- value = "+";
- width = 1;
- }
- : edit_box {
- label = "";
- key = "strng2";
- edit_width = 25;
- }
- }
- : row {
- : spacer { width = 5; }
- : boxed_radio_row {
- : radio_button {
- label = "+";
- key = "add";
- }
- : radio_button {
- label = "*";
- key = "mul";
- }
- : radio_button {
- label = "/";
- key = "div";
- }
- : radio_button {
- label = "-";
- key = "sub";
- }
- }
- : spacer { width = 5; }
- }
- spacer;
- ok_only;
- errtile;
- }
-
- dupvar : dialog {
- label = "Duplicate Variable";
- initial_focus = "dupvar";
- : row {
- : popup_list {
- label = "Name : ";
- key = "lst";
- }
- }
- spacer;
- spacer;
- ok_only;
- errtile;
- }
-
-
- delquo : dialog {
- label = "Choose Delimiter & Quote";
- initial_focus = "delquo";
- : row {
- : text {
- label = "Delimiter :";
- alignment = bottom;
- }
- : boxed_radio_row {
- : radio_button {
- label = ";";
- key = ";";
- }
- : radio_button {
- label = ",";
- key = ",";
- }
- }
- }
- : row {
- : text {
- label = "Quote :";
- alignment = bottom;
- }
- : boxed_radio_row {
- : radio_button {
- label = "\"";
- key = "qm";
- }
- : radio_button {
- label = "'";
- key = "'";
- }
- }
- }
- spacer;
- spacer;
- spacer;
- spacer;
- ok_only;
- errtile;
- }
-
- ascdel : dialog {
- label = "ASCII DELIMITED";
- initial_focus = "no";
- : edit_box {
- label = "Number :";
- key = "no";
- allow_accept = true;
- edit_width = 3;
- fixed_width = true;
- alignment = centered;
- }
- spacer;
- spacer;
- ok_only;
- : errtile { width = 10;}
- }
-
- ascfor : dialog {
- label = "ASCII FORMATED";
- initial_focus = "bn";
- : edit_box {
- label = "Beginning:";
- key = "bn";
- edit_width = 4;
- fixed_width = true;
- alignment = centered;
- }
- : edit_box {
- label = "Length :";
- key = "ln";
- edit_width = 4;
- fixed_width = true;
- alignment =centered;
- }
- spacer;
- spacer;
- ok_only;
- : errtile { width = 10; }
- }
-
- dbfile : dialog {
- label = "DBASE FILE";
- initial_focus = "fd";
- fixed_width = true;
- : concatenation {
- : button {
- label = "Field...";
- key = "fdbut";
- fixed_width = true;
- }
- : edit_box {
- key = "fd";
- edit_width = 10;
- allow_accept = true;
- }
- }
- spacer;
- spacer;
- ok_only;
- : errtile { width = 10; }
- }
-
- lofile : dialog {
- label = "LOTUS FILE";
- initial_focus = "co";
- : edit_box {
- label = "Column :";
- key = "co";
- allow_accept = true;
- }
- spacer;
- spacer;
- ok_only;
- errtile;
- }
-
- orfile : dialog {
- label = "ORACLE FILE";
- initial_focus = "fd";
- : edit_box {
- label = "Field :";
- key = "fd";
- allow_accept = true;
- }
- spacer;
- spacer;
- ok_only;
- errtile;
- }
-
- lnkvar : dialog {
- label = "Enter File Name";
- initial_focus = "lnkvar";
- : concatenation {
- : button {
- label = "File name...";
- key = "lnk_but";
- fixed_width = true;
- }
- : edit_box {
- key = "lnk_fl";
- allow_accept = true;
- edit_width = 17;
- }
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- netkvar : dialog {
- label = "Choose a Direction";
- initial_focus = "netkvar";
- : radio_column {
- : radio_button {
- label = "Backward";
- key = "back";
- }
- : radio_button {
- label = "Forward";
- key = "forw";
- }
- : radio_button {
- label = "Both";
- key = "both";
- }
- : radio_button {
- label = "None";
- key = "none";
- }
- }
- spacer;
- spacer;
- ok_only;
- errtile;
- }
-
- relvar : dialog {
- label = "Choose a Relation";
- initial_focus = "relvar";
- : radio_column {
- : radio_button {
- label = "ENGLOBING PLINE";
- key = "inzn";
- }
- : radio_button {
- label = "MULTIPLE";
- key = "mult";
- }
- : radio_button {
- label = "NEAREST";
- key = "near";
- }
- : radio_button {
- label = "SPECIFIC";
- key = "spfc";
- }
- : radio_button {
- label = "OBJECTS INSIDE";
- key = "with";
- }
- }
- spacer;
- spacer;
- ok_only;
- errtile;
- }
-
- inzone : dialog {
- label = "Choose an Operator";
- initial_focus = "inzone";
- : radio_column {
- : radio_button {
- label = "CROSS";
- key = "cross";
- }
- : radio_button {
- label = "INSIDE";
- key = "inside";
- }
- }
- spacer;
- spacer;
- ok_only;
- errtile;
- }
-
- fltr_menu : dialog {
- label = "TIMS Filter Menu";
- initial_focus = "fltr_menu";
- spacer;
- : concatenation {
- : button {
- label = "Component...";
- key = "cmp_but";
- mnemonic = "C";
- }
- : edit_box {
- label = "";
- key = "cmp_box";
- width = 16;
- }
- }
- spacer;
- : concatenation {
- : button {
- label = "Filter... ";
- key = "fil_but";
- mnemonic = "F";
- }
- : edit_box {
- label = "";
- key = "fil_box";
- width = 16;
- }
- }
- : boxed_radio_column {
- fixed_width = true;
- alignment = centered;
- : radio_button {
- label = "Create/Modify";
- key = "crmo";
- }
- : radio_button {
- label = "Activate";
- key = "actv";
- }
- }
- :spacer { height = 1; }
- cancel_button;
- : errtile { width = 15; }
- }
-
- flt_cr : dialog {
- label = "Filter to Create";
- initial_focus = "flt_nm";
- : edit_box {
- label = "Filter Name :";
- key = "flt_nm";
- allow_accept = true;
- }
- spacer;
- spacer;
- ok_cancel;
- errtile;
- }
-
- cmpstrc : dialog {
- label = "Structure of Component";
- initial_focus = "cmpstrc";
- : popup_list {
- label = "Component Name :";
- key = "lst";
- }
- spacer;
- : concatenation {
- : text {
- label = "Entity :";
- is_bold = true;
- }
- : text {
- label = "entity";
- key = "ent_nm";
- }
- }
- spacer;
- : row {
- : boxed_column {
- label = "Component Characteristics";
- is_bold = true;
- width = 20;
- : concatenation {
- : text {
- label = "Layer :";
- is_bold = true;
- }
- : text {
- label = "layer";
- key = "cmp_lay";
- width = 15;
- }
- }
- : concatenation {
- : text {
- label = "Color :";
- is_bold = true;
- }
- : text {
- label = "color";
- key = "cmp_col";
- width = 15;
- }
- }
- : concatenation {
- : text {
- label = "Other :";
- is_bold = true;
- }
- : text {
- label = "type";
- key = "cmp_type";
- width = 15;
- }
- }
- }
- : boxed_column {
- label = "Graphic Filters";
- is_bold = true;
- width = 20;
- : concatenation {
- : text {
- label = "Layer :";
- is_bold = true;
- }
- : text {
- label = "layer";
- key = "fil_lay";
- width = 15;
- }
- }
- : concatenation {
- : text {
- label = "Color :";
- is_bold = true;
- }
- : text {
- label = "color";
- key = "fil_col";
- width = 15;
- }
- }
- : concatenation {
- : text {
- label = "Other :";
- is_bold = true;
- }
- : text {
- label = "type";
- key = "fil_type";
- width = 15;
- }
- }
- }
- }
- spacer;
- spacer;
- ok_only;
- }
-
- act_fil : dialog {
- label = "Active filter for Component";
- initial_focus = "act_fil";
- : row {
- : spacer { width = 6; }
- : text {
- label = "Component:";
- }
- : text {
- label = "component ";
- key = "cmp";
- }
- }
- spacer;
- : row {
- : spacer { width = 6; }
- : text {
- label = "Filter :";
- }
- : text {
- label = "filter ";
- key = "fil";
- fixed_width = true;
- }
- : spacer { width = 6; }
- }
- spacer;
- spacer;
- spacer;
- spacer;
- ok_only;
- }
-
- strc : dialog {
- label = "Error - Structure of Component";
- initial_focus = "strc";
- : concatenation {
- : text {
- label = " Component :";
- }
- : text {
- label = "entity";
- key = "ent";
- }
- }
- spacer;
- : concatenation {
- : text {
- label = " Entity type :";
- }
- : text {
- label = "entity";
- key = "ent_nm";
- }
- }
- spacer;
- : row {
- : boxed_column {
- label = "Component";
- is_bold = true;
- width = 20;
- : concatenation {
- : text {
- label = "Layer :";
- is_bold = true;
- }
- : text {
- label = "layer";
- key = "cmp_lay";
- width = 15;
- }
- }
- : concatenation {
- : text {
- label = "Color :";
- is_bold = true;
- }
- : text {
- label = "color";
- key = "cmp_col";
- width = 15;
- }
- }
- : concatenation {
- : text {
- label = "Type :";
- is_bold = true;
- }
- : text {
- label = "type";
- key = "cmp_type";
- width = 15;
- }
- }
- }
- : boxed_column {
- label = "Filters";
- is_bold = true;
- width = 20;
- : concatenation {
- : text {
- label = "Layer :";
- is_bold = true;
- }
- : text {
- label = "layer";
- key = "fil_lay";
- width = 15;
- }
- }
- : concatenation {
- : text {
- label = "Color :";
- is_bold = true;
- }
- : text {
- label = "color";
- key = "fil_col";
- width = 15;
- }
- }
- : concatenation {
- : text {
- label = "Type :";
- is_bold = true;
- }
- : text {
- label = "type";
- key = "fil_type";
- width = 15;
- }
- }
- }
- }
- spacer;
- spacer;
- ok_only;
- errtile;
- }